翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

FFP programming language : ウィキペディア英語版
FP (programming language)

FP (short for Function Programming) is a programming language created by John Backus to support the function-level programming〔(Can Programming Be Liberated from the von Neumann Style? ) Backus' 1977 Turing Award lecture〕 paradigm. This allows eliminating named variables.
== Overview ==

The values that FP programs map into one another comprise a set which is closed under sequence formation:
if x1,...,xn are values, then the sequence 〈x1,...,xn〉 is also a value
These values can be built from any set of atoms: booleans, integers, reals, characters, etc.:
boolean :
integer :
character :
symbol :
⊥ is the undefined value, or bottom. Sequences are ''bottom-preserving'':
〈x1,...,⊥,...,xn〉 = ⊥
FP programs are ''functions'' f that each map a single ''value'' x into another:
f:x represents the value that results from applying the function f
to the value x
Functions are either primitive (i.e., provided with the FP environment) or are built from the primitives by program-forming operations (also called functionals).
An example of primitive function is constant, which transforms a value x into the constant-valued function x̄. Functions are strict:
f:⊥ = ⊥
Another example of a primitive function is the selector function family, denoted by 1,2,... where:
''i'':〈x1,...,xn〉 = xi if 1 ≤ ''i'' ≤ n
= ⊥ otherwise

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「FP (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.